hip.api.net.server

This file is a base for communication between client-server. Since that happens, structures inside that file should be shared by being implemented on the server, and the client will be able to interpret the data correctly.

Public Imports

hip.api.net.hipnet
public import hip.api.net.hipnet;
Undocumented in source.

Members

Enums

AcceptResponse
enum AcceptResponse
Undocumented in source.

Functions

getNetworkFormattedData
ubyte[] getNetworkFormattedData(MarkedNetReservedTypes code)
Undocumented in source. Be warned that the author may not have intended to support it.
getNetworkFormattedData
ubyte[] getNetworkFormattedData(T data, MarkedNetReservedTypes code)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ConnectToClientResponse
struct ConnectToClientResponse

This is a common struct to return whenever someone is asking to connect

ConnectedClient
struct ConnectedClient
Undocumented in source.
ConnectedClientsResponse
struct ConnectedClientsResponse

Whenever the client makes a request for the server on the connected clients, that is the structure that should be returned.

Meta